func runtime.itoa

5 uses

	runtime (current package)
		cgocall.go#L891: 		msg = path + ":" + string(itoa(buf[:], uint64(line)))
		error.go#L75: func itoa(buf []byte, val uint64) []byte {
		error.go#L173: 	b = append(b, itoa(buf[:], uint64(v))...)
		proc.go#L8118: 			print(string(itoa(sbuf[:], after.bytes-before.bytes)), " bytes, ")
		proc.go#L8119: 			print(string(itoa(sbuf[:], after.allocs-before.allocs)), " allocs")